home *** CD-ROM | disk | FTP | other *** search
- on druckvorbereitung
- put EMPTY into field "bestelltext"
- set the castNum of sprite 15 to 90
- updateStage()
- FELD1()
- FELD2()
- FELD3()
- FELD4()
- FELD5()
- FELD6()
- if the castNum of sprite 24 = 101 then
- antrag()
- end if
- if field "stk1" <> EMPTY then
- ├╝bertrag1()
- end if
- if field "stk2" <> EMPTY then
- ├╝bertrag2()
- end if
- if field "stk3" <> EMPTY then
- ├╝bertrag3()
- end if
- if field "stk4" <> EMPTY then
- ├╝bertrag4()
- end if
- if field "stk5" <> EMPTY then
- ├╝bertrag5()
- end if
- if field "stk6" <> EMPTY then
- ├╝bertrag6()
- end if
- if the value of field "SummelagerA" > 249 then
- Versandfrei()
- else
- Versandgeb()
- end if
- end
-